
Python 2.6.2文档翻译:__builtin__模块中unicode 类的帮助文档,Help on class unicode in module __builtin__
class unicode(basestring)
| unicode(string [, encoding[, errors]]) -> object
|
| 使用指定的已编码字符串string 创建一个新的统一码(Unicode)对象。
| 解码器encoding的默认值为当前的默认字符串解码器。
| 错误码errors可以取值'strict'、'replace'或'ignore',默认值为'strict'。
未知美人
HxLauncher: Launch Android applications by voice commands